home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PRuleAbove.h --------------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:19 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PRuleAbove__
- #define __PRuleAbove__
-
-
- #include "PMTypes.h"
-
- class PGetRuleAbove;
-
- class PRuleAbove
- {
-
- public:
-
- PRuleAbove
- ( PMBool bRuleOn,
- short cStyle,
- const char * sLineColor,
- short cLineWidth,
- long xLeftIndent,
- long xRightIndent,
- short dWeight,
- short bOpaque,
- short nLineTint = -2 );
-
- PRuleAbove(const PGetRuleAbove& ruleInfo);
-
- private:
-
- PRuleAbove();
- };
-
- #endif
-
- // end of PRuleAbove.h
-